home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 1997 May
/
net 32
/
NET32PC.iso
/
mac
/
NET32PC
/
netcd95.exe
/
netcd95.dxr
/
00406_main.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-11
|
226 b
|
12 lines
on startMovie
global echomouseP
set echomouseP to 0
end
on echomousepos
global echomouseP
if echomouseP then
put "mouse line= " & the mouseLine & " Item= " & the mouseItem & " char= " & the mouseChar
end if
end